home *** CD-ROM | disk | FTP | other *** search
- <WIZARD name="DefaultTemplate" caption="Default HTML Template">
-
-
- <!--- wizard parameters --->
- <PARAM name="sDocType" value="HTML 4.0" required="true">
- <PARAM name="sTitle" value="">
- <PARAM name="bMetaDescr" value="false">
- <PARAM name="sMetaDescr" value="">
- <PARAM name="bMetaKeywords" value="false">
- <PARAM name="sMetaKeywords" value="">
-
- <!--- WIZARD PAGE --->
-
- <!--- attributes page --->
- <PAGE name="DocAttribs" type="DYNAMIC"
- caption="HTML Document Attributes"
- image="..\\images\\main.bmp">
-
- <PAGELAYOUT>
- <CONTROL name="lblDocType" type="label"
- down="10" right="10"
- width="90"
- caption="Document Type:"
- />
-
- <CONTROL name="ddDocType" type="DropDown"
- editable="no"
- anchor="lblDocType" corner="NE" width="MAXIMUM" down="-5">
- <ITEM caption="HTML 2.0" value="HTML 2.0"/>
- <ITEM caption="HTML 3.2" value="HTML 3.2"/>
- <ITEM caption="HTML 4.0" value="HTML 4.0"/>
- </CONTROL>
-
- <CONTROL name="lblTitle" type="label"
- anchor="lblDocType" corner="SW" down="20"
- width="90"
- caption="Title:"
- />
-
- <CONTROL name="tbTitle" type="TextBox"
- anchor="lblTitle" corner="NE" width="MAXIMUM" down="-5"
- />
-
- <CONTAINER name="pnlMetaDescription" type="Panel"
- caption="Meta Description"
- anchor="lblTitle" corner="SW" down="20"
- width="MAXIMUM" maxwidthpadding="10" height="80" lfheight="90">
-
- <CONTROL name="chkMetaDescr" type="CheckBox"
- caption="Add meta description:"
- down="20" right="15"
- width="MAXIMUM"/>
-
- <CONTROL name="tbMetaDescr" type="TextBox"
- anchor="chkMetaDescr" corner="SW" down="8"
- width="MAXIMUM"/>
-
-
- </CONTAINER>
-
- </PAGELAYOUT>
-
- <INPUT name="ddDocType" param="sDocType">
- <INPUT name="tbTitle" param="sTitle">
- <INPUT name="chkMetaDescr" param="bMetaDescr">
- <INPUT name="tbMetaDescr" param="sMetaDescr">
- </PAGE>
-
-
- <!--- attributes page --->
- <PAGE name="MetaKeywords" type="DYNAMIC"
- caption="Meta Keywords"
- image="..\\images\\main.bmp">
-
- <PAGELAYOUT>
-
- <CONTROL name="chkMetaKeywords" type="CheckBox"
- caption="Add meta keywords:"
- down="15" right="10"
- width="MAXIMUM"/>
-
- <CONTROL name="taMetaKeywords" type="TextArea"
- anchor="chkMetaKeywords" corner="SW" down="10"
- height="MAXIMUM" width="MAXIMUM"/>
-
-
-
- </PAGELAYOUT>
-
- <INPUT name="chkMetaKeywords" param="bMetaKeywords">
- <INPUT name="taMetaKeywords" param="sMetaKeywords">
- </PAGE>
-
-
-
- <!--- OUTPUT TEMPLATE --->
-
-
- <TEMPLATE
- name="Custom.wml"
- outputFile="MyFile.cfm"
- description="New HTML file"
- >
-
-
- </WIZARD>